home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_191 / DoAction.as
Text File  |  2006-01-17  |  280b  |  15 lines

  1. cardst = cards;
  2. call("mixCards");
  3. hd = mixedcards.substr("1","21");
  4. i = "6";
  5. risc = "1";
  6. action = "RISK: GUESS THE COLOUR TO DOUBLE  OR PRESS DEAL TO CANCEL";
  7. status = action;
  8. if(verdict ne "")
  9. {
  10.    tellTarget("/afis/" add verdict)
  11.    {
  12.       gotoAndPlay(2);
  13.    }
  14. }
  15.